Namespace - LJCAddressParserLib
Parameters
countryCode - The Country code.
code - The State code.
name - The State name.
Returns
The State object.
Syntax
| C# |
|
public State Add(String countryCode, String code, String name)
|
Creates and adds the object from the supplied values.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.